Nevron Open Vision Documentation
Nevron.Nov.DataStructures Namespace / INSet<T> Interface
Properties Methods

In This Topic
    INSet<T> Interface Members
    In This Topic

    The following tables list the members exposed by INSet<T>.

    Public Properties
     NameDescription
     PropertyGets the count of items. (Inherited from Nevron.Nov.DataStructures.INCountable<T>)
    Top
    Public Methods
     NameDescription
     MethodQueries whether the specified item is contained in this object. (Inherited from Nevron.Nov.DataStructures.INContains<T>)
     MethodCopies all items of this set to the specified array, starting from the specified array index.  
     MethodGets an iterator that iterates through the items in forward order. (Inherited from Nevron.Nov.DataStructures.INIterable<T>)
     MethodConverts this set to an array.  
    Top
    See Also